home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- hStartRolloverAction(whichSprite)
- end
-
- on mouseDown
- if hButtonAction02() then
- mouseUp()
- end if
- end
-
- on mouseUp
- cursor(4)
- hCheckCurrentFrameLabel()
- hPlayReturn()
- end
-
- on endRollover whichSprite
- hEndRolloverAction(whichSprite)
- end
-